add ranger to thread list, clean up news entries

`ranger` should've been added a while ago.  I also collapsed the various
different news items about default-not-backgroundable programs into a
single file so it will make a little more sense at the next release.
This commit is contained in:
Gil Forsyth 2016-10-31 10:31:24 -04:00
parent c82848edf3
commit b1140647bf
4 changed files with 6 additions and 27 deletions

View file

@ -12,11 +12,16 @@
* cls
* cmd
* fish
* htop
* ksh
* less
* man
* more
* mutt
* nano
* pacman
* ranger
* scp
* sh
* ssh
* startx

View file

@ -1,13 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Fix ``scp`` progress not being outputted
**Security:** None

View file

@ -1,14 +0,0 @@
**Added:**
* added ``mvim``, ``pacman`` and ``nano`` to threadable predictors default-dict (all
rely on ncurses)
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -266,6 +266,7 @@ def default_threadable_predictors():
'mutt': predict_help_ver,
'nano': predict_help_ver,
'pacman': predict_help_ver,
'ranger': predict_help_ver,
'scp': predict_false,
'sh': predict_shell,
'ssh': predict_false,