1. 02 5月, 2017 1 次提交
    • B
      Also escape characters in links and headings · 56d4d4c1
      Benjamin Sago 提交于
      Doing this meant that the escaping functionality got used in three places, so it was extracted into a generalised function in its own module.
      
      This is slighly slower for the case where escaped characters are displayed in the same colour as the displayable characters, which happens when listing a directory’s name when recursing. Optimise this, yeah?
      56d4d4c1
  2. 01 5月, 2017 1 次提交
    • B
      Only highlight escaped characters in file names · eb7e53ef
      Benjamin Sago 提交于
      Rather than the *entire* file name.
      
      The current method is extremely inefficient, but having control characters in file names is also extremely uncommon; it’s something that should be fixed, only eventually.
      eb7e53ef