Open o11c opened 7 years ago
Terminals are fundamentally row oriented, not column-oriented. This saves seek calls and avoids the visual lag as the screen updates.
Doing all drawing via a cell buffer (and flushing explicitly) would save in a lot more cases, but this patch is a trivial change for nontrivial benefit.
Terminals are fundamentally row oriented, not column-oriented. This saves seek calls and avoids the visual lag as the screen updates.