luke.b//blog

< back to logs after before

Through the art of … logging things, I’ve determined that the control sequences that are sent when the arrow keys are pressed are:

  • up = ESC [ A
  • down = ESC [ B
  • right = ESC [ C
  • left = ESC [ D

The up and down arrows should move the scroll window of the subterminal, but all of these should be proxied to the program unaltered…

I’ve just realised that they are proxied (as expected) to vim, the thing I’m using to edit this log file…

Something to investigate later, first vertical pagination in nomad.