Subject: CVS commit: pkgsrc/editors/nano
From: Nia Alarie
Date: 2021-01-24 18:13:43
Message id: 20210124171343.2FB8DFA9D@cvs.NetBSD.org

Log Message:
nano: Update to 5.5

2021.01.14 - GNU nano 5.5 "Rebecca"
• Option 'set minibar' makes nano suppress the title bar and instead
  show a bar with basic editing information at the bottom: file name
  (plus an asterisk when the buffer is modified), the cursor position
  (line,column), the character under the cursor (U+xxxx), the flags
  that --stateflags normally shows, plus the percentage of the buffer
  that is above the cursor.
• With 'set promptcolor' the color combination of the prompt bar can
  be changed, to allow contrasting it with the mini bar (which always
  has the same color as the title bar).
• Option 'set markmatch' highlights the result of a successful search
  by putting the mark at the end of the match, making the match more
  visible.  It also suppresses the cursor until the next keystroke.
  (If you dislike the hiding of the cursor, use 'set showcursor'.)
• The bindable toggle 'nowrap' has been renamed to 'breaklonglines',
  to match the corresponding option, like for all other toggles.
• Support for Slang has been removed.

Files:
RevisionActionfile
1.92modifypkgsrc/editors/nano/Makefile
1.63modifypkgsrc/editors/nano/distinfo
1.7modifypkgsrc/editors/nano/patches/patch-configure