diff options
| author | 2024-11-17 15:26:17 -0500 | |
|---|---|---|
| committer | 2024-11-17 15:26:17 -0500 | |
| commit | 588b6d8bfa1b2efdebf8c424c86f6069cceafa41 (patch) | |
| tree | 545308813e9ae19d3293b78c7cb39555a64c0abe /scripts/screenrc | |
| parent | 58d38d767442c83e31ae6dbaea7b1fc8ccb00633 (diff) | |
| download | camu-588b6d8bfa1b2efdebf8c424c86f6069cceafa41.tar.gz camu-588b6d8bfa1b2efdebf8c424c86f6069cceafa41.tar.bz2 camu-588b6d8bfa1b2efdebf8c424c86f6069cceafa41.zip | |
Rough subtitles implementation, improve buffers
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts/screenrc')
| -rw-r--r-- | scripts/screenrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/screenrc b/scripts/screenrc new file mode 100644 index 0000000..9c84722 --- /dev/null +++ b/scripts/screenrc @@ -0,0 +1,9 @@ +escape ^[^[ +bind ^[ colon "quit\015" +mousetrack on +defmousetrack on +screen -t 'cmsrv' ./src/fruits/cmsrv/cmsrv +split +focus +screen -t 'cmsrv_debug' +stuff 'gdb -p $(pgrep cmsrv) -ex cont
' |