Add some basic GNU Screen config values to allow mouse scrolling of the buffer

This commit is contained in:
Scott Wallace 2019-02-16 08:57:39 +00:00
parent eb5b668727
commit e3847e2e76
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,2 @@
defscrollback 5000
termcapinfo xterm* ti@:te@

View file

@ -0,0 +1,8 @@
- name: 'Screen: Basic config'
tags:
- config
- screen
copy:
src: 'screen/.screenrc'
dest: '~'
mode: '0600'