config: add scrollback section

* Move 'scrollback' to 'scrollback.lines'
* Move (the new) 'scrollback-indicator-*' options to
  'scrollback.indicator-*'

Log a deprecation warning when the old 'scrollback' option is used,
but don't remove it, yet.
This commit is contained in:
Daniel Eklöf 2020-07-29 17:41:24 +02:00
parent 25e745cd8a
commit d11d374252
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 53 additions and 17 deletions

View file

@ -24,6 +24,11 @@
### Deprecated
* **scrollback** option in `footrc`. Use the **lines** option in the
**[scrollback]** section instead.
### Removed
### Changed