1. 25 Jun, 2017 2 commits
  2. 23 Jun, 2017 7 commits
  3. 22 Jun, 2017 1 commit
  4. 20 Jun, 2017 1 commit
  5. 18 Jun, 2017 6 commits
  6. 08 Jun, 2017 2 commits
  7. 07 Jun, 2017 1 commit
  8. 06 Jun, 2017 1 commit
  9. 04 Jun, 2017 4 commits
  10. 02 Jun, 2017 1 commit
    • Benno Schulenberg's avatar
      display: don't let a SIGCONT write anything to the screen · 84ff9ebb
      Benno Schulenberg authored
      The old praxis of calling total_refresh() upon a SIGCONT was confusing,
      because the screen would look as if nano had returned from suspension,
      but in fact the shell was still active.
      
      Instead of calling total_refresh(), put a no-op key into ncurses' buffer,
      so that, when nano actually does return out of suspension (through 'fg'),
      this key will be read and discarded, upon which nano will go sit and wait
      for the next key, just before which it calls doupdate().  The latter is
      all we need to get the entire screen restored.
      
      This also fixes https://savannah.gnu.org/bugs/?51131 for "tiny".
      84ff9ebb
  11. 31 May, 2017 3 commits
  12. 29 May, 2017 3 commits
  13. 24 May, 2017 2 commits
  14. 23 May, 2017 1 commit
  15. 21 May, 2017 3 commits
  16. 19 May, 2017 2 commits