https://en.wikipedia.org/wiki/Box-drawing_character
- Overwrite/clear selections before freeing them
- ≣ † ☆ ツ ⌘›🍺∴ ( ͡° ͜ʖ ͡°) ƒ ︵ ₂ 😈 θ ƒ › ʼ ƒ ∂ ʻ μ › ∫ ◇ ♪
- ► ə β ə ſ ρ ə ∴ ♪ 😱 † 😳 › ▛ ᵗ * ‽
+ ► ə β ə ſ ρ ə ∴ ♪ 😱 † 😳 › ▛ ᵗ * ‽ ℣
- Verify if dead key support is incomplete for ISO-8859-4 and ISO-8859-10.
There were special characters that were unicode since the start but also
could have punctuation. And others that used two at a time... It might
if ((state->cursor_x = (state->csiparam[0] - 1)) >=
cfg_text_width)
state->cursor_x = cfg_text_width - 1;
+ /*
+ * XXX Why is this required despite the equivalent
+ * in the goto handling at the end?
+ */
+ state_updated(st, state->cursor_y);
state->escstate = 0;
break;
case 'f':