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
Putty doesn't show VT100 line drawing characters in the UTF-8 mode by
default. Putty 0.70 and older doesn't even have that option.
For the vertical display separator, output the vertical line character on
every line.
For the line number separator, use code similar to the graph drawing
code. Use draw_graphic() in the DEFAULT mode only, draw_chars()
otherwise.
Closes#981
0 commit comments