[hackers] [slstatus][PATCH] Add ram and swap components on FreeBSD

2019-02-15 Thread Michael Buch
--- Add FreeBSD support for final two components, ram.c and swap.c. Use usual sysctl(2) for ram and kvm(3) interface for swap. Tested against top(1) components/ram.c | 63 + components/swap.c | 84 +++

Re: [hackers] [st][PATCH] config: add Ctrl-Tab, Shift-Ctrl-Tab escapes

2019-02-15 Thread Eric Pruitt
On Sat, Feb 16, 2019 at 01:05:41AM +0100, Igor Bukanov wrote: > + { XK_Tab, ControlMask,"\033[1;5I", 0,0}, > + { XK_ISO_Left_Tab, ShiftMask|ControlMask,"\033[1;6I",0,0}, Are these escape sequences unique to Mintty? I wasn't able to find any other emulators using

[hackers] [st][PATCH] config: add Ctrl-Tab, Shift-Ctrl-Tab escapes

2019-02-15 Thread Igor Bukanov
Ctrl-Tab, Shift-Ctrl-Tab are common combinations to switch between tabs or panes in applications. This adds their mapping into escape sequences following definitions from Mintty [1]. [1] - https://github.com/mintty/mintty/wiki/Keycodes#special-keys --- config.def.h | 2 ++ 1 file changed, 2

[hackers] [st][PATCH] config: add Ctrl-Tab, Shift-Ctrl-Tab escapes

2019-02-15 Thread Igor Bukanov
Ctrl-Tab, Shift-Ctrl-Tab are common combinations to switch between tabs or panes in applications. This adds their mapping into escape sequences following definitions from Mintty [1]. [1] - https://github.com/mintty/mintty/wiki/Keycodes#special-keys --- config.def.h | 2 ++ 1 file changed, 2

[hackers] [st][PATCH] config: add Ctrl-Tab, Shift-Ctrl-Tab escapes

2019-02-15 Thread Igor Bukanov
Ctrl-Tab, Shift-Ctrl-Tab are common combinations to switch between tabs or panes in applications. This adds their mapping into escape sequences following definitions from Mintty [1]. [1] - https://github.com/mintty/mintty/wiki/Keycodes#special-keys --- config.def.h | 2 ++ 1 file changed, 2

[hackers] [st][PATCH] config: add Ctrl-Tab, Shift-Ctrl-Tab escapes

2019-02-15 Thread Igor Bukanov
Ctrl-Tab, Shift-Ctrl-Tab are common combinations to switch between tabs or panes in applications. This adds their mapping into escape sequences following definitions from Mintty [1]. [1] - https://github.com/mintty/mintty/wiki/Keycodes#special-keys --- config.def.h | 2 ++ 1 file changed, 2

[hackers] [st][PATCH] config: add Ctrl-Tab, Shift-Ctrl-Tab escapes

2019-02-15 Thread Igor Bukanov
Ctrl-Tab, Shift-Ctrl-Tab are common combinations to switch between tabs or panes in applications. This adds their mapping into escape sequences following definitions from Mintty [1]. [1] - https://github.com/mintty/mintty/wiki/Keycodes#special-keys --- config.def.h | 2 ++ 1 file changed, 2