vinayak-mehta / present

A terminal-based presentation tool with colors and effects.
https://present.readthedocs.io
Apache License 2.0
4.34k stars 165 forks source link

Add support for double height/double width #60

Open rbanffy opened 4 years ago

rbanffy commented 4 years ago

VT-100 compatible terminals support line-based attributes double-height (DECDHL) and double-width (DECDWL). It'd be useful to support those for headers, perhaps with a command-line switch (since terminal support is spotty and doesn't work at all under tmux/screen).

On xterm: xterm

With Apple's Terminal.App: Apple Terminal.App

vinayak-mehta commented 4 years ago

Thanks for suggesting this feature! I didn't know about this.

I'll have to see how well these attributes work on other OSes/emulators, and also have a way for present to not fail on unsupported systems.