Viewing profile — amadeusz
amadeusz
HN member- Joined
- Mon, Jun 20, 2016, 5:02 AM UTC
- HN karma
- 43
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About amadeusz
No profile information was provided.
Recent public activity
-
comment
Comment #35785880
Does following work for you? echo test > /dev/kmsg
-
comment
Comment #33872325
Compared to amount of space wasted in modern applications on margins, padding, etc, I would take Mac OS 9 window borders with rest of the interface. Not to say it was perfect, but …
-
comment
Comment #28191785
As much as I kept using firefox while it progressively got more unusable, I just straight abandoned it after 91, at some point time spent fighting configuring my browser to be usab…
-
comment
Comment #27214396
Well, from what I've read all alphanumeric can be typed just fine, they go as is to terminal, problem is with special keys that some of them emit escape sequences that confuse shel…
-
comment
Comment #27212517
The thing I would like to see is this making it into terminfo entries, meaning that it is possible to detect that terminal supports this behaviour, otherwise while great it is term…
-
comment
Comment #27212418
I guess same thing that happens to any application that sets weird modes. You should use 'reset' command which just emits escape code to reset terminal and terminal emulator hopefu…
-
comment
Comment #22805573
Great! Thank you!
-
comment
Comment #22805476
So... anyone knows how to restore old address bar look, instead of this weird popup thingy?
-
comment
Comment #22171433
You might want to take a look at https://github.com/trunkmaster/nextspace where someone tries to recreate the NeXT experience on top of noth GNUStep & Window Maker, both modified t…
-
comment
Comment #15864657
I think tcc is now community maintained, see "Savannah project page and git repository", and you can get there link to project git, which was last updated just few days ago. ( http…
-
comment
Comment #12026376
Some distributions were using patched versions before, but from 17 Apr 2014 - screen 4.2.0 and further have it. Shortcut is: C - a |
-
comment
Comment #11946000
Current default is 100. You can also use maxwin command (for example 'maxwin 200', up to 2048) in your screenrc file to define other value, no need to recompile. However do note th…
-
comment
Comment #11936177
Vertical splits are present from 4.2.0 up.
-
comment
Comment #11936163
Um, each screen window remembers it's scrollback properly? C-a [ - to enter 'scrollback' mode, and you can use arrows there. What they seem to describe is altscreen behaviour which…