summaryrefslogtreecommitdiff
path: root/scripts/screenrc
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-11-17 15:26:17 -0500
committerAndrew Opalach <andrew@akon.city> 2024-11-17 15:26:17 -0500
commit588b6d8bfa1b2efdebf8c424c86f6069cceafa41 (patch)
tree545308813e9ae19d3293b78c7cb39555a64c0abe /scripts/screenrc
parent58d38d767442c83e31ae6dbaea7b1fc8ccb00633 (diff)
downloadcamu-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/screenrc9
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 '