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
Use the UTF-8 vertical line character in the UTF-8 mode. 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, use space as background in the UTF-8
mode, then output the vertical line character on every line.
For the line number separator, imitate the graph drawing code. Use
draw_graphic() in the DEFAULT mode only, draw_chars() otherwise.
Closes#981
0 commit comments