Skip to content
Snippets Groups Projects
  1. Jun 08, 2023
    • Deucе's avatar
      More ATASCII improvements · 32ca49c4
      Deucе authored
      Fix bad and poor unicode mappings, add support for sending Insert
      and Pipe.
      32ca49c4
    • Deucе's avatar
      Support inverse mode in atascii · f2636442
      Deucе authored
      Toggled using backtick.
      Current state is shown in the status bar.
      
      Since we previously couldn't actually *show* the status bar in
      ATASCII (or C64) mode, enable that as well.  This means supporting
      40-column status bars too.
      
      We still default status bar to off for those modes, because that's
      likely what people actually want.
      
      Also, it seems ENTER was broken in ATASCII mode, so fix that as well.
      Implements SF feature 61
      f2636442
    • Deucе's avatar
      Missed a 'C' in ICCCM · ffb261a6
      Deucе authored
      ffb261a6
    • Deucе's avatar
      7f7b6943
    • Deucе's avatar
      More work on X11 fullscreen mode. · 3023388a
      Deucе authored
      Save the window position and size when we enter fullscreen, and
      restore when we leave... this was a bigger box of worms than
      expected since we can get ConfigureNotify events that tell is
      "Something" changed, but not be able to know the current window
      position.
      
      Just remove the x_get_window_info() and anything else that cares
      about the window position and derive it from the ALT-Enter keypress
      instead.
      
      At the same time, try to remove as much special-casing for
      fullscreen as possible.
      
      Tested under marco and xfwm4... will test under Sommelier "soon"
      3023388a
  2. Jun 07, 2023
  3. Jun 06, 2023
  4. Jun 05, 2023
Loading