You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rio now allows you to configure window title through configuration via template. Possible options:
TITLE: terminal title via OSC sequences for setting terminal title
PROGRAM: (e.g fish, zsh, bash, vim, etc...)
ABSOLUTE_PATH: (e.g /Users/rapha/Documents/a/rio)
COLUMNS: current columns
LINES: current lines
So, for example if you have: {{COLUMNS}}x{{LINES}} would show something like 88x66.
Perf improvement on text selection #898 by @marc2332.
Window title is now updated regardless the Navigation Mode.
Performance: Background and foreground data are only retrieved if is asked (either color automation is enabled or window.title contains any request for it).