mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-30 19:54:03 +08:00
12 lines
280 B
Bash
Executable file
12 lines
280 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# switch term to forbid alternative page(s)
|
|
infocmp | sed -e 's/[sr]mcup=[^,]*,//' > /tmp/noaltscreen-terminfo
|
|
tic -o ~/.terminfo/ /tmp/noaltscreen-terminfo
|
|
|
|
#cd ~/p/hstr/github/hstr/Debug && gdbserver :9999 ./hh
|
|
#cd ~/p/hstr/github/hstr/Debug && ./hh
|
|
#hh
|
|
top
|
|
|
|
# eof
|