hanslub42 / rlwrap

A readline wrapper
GNU General Public License v2.0
2.59k stars 151 forks source link

additionally check for TERM variable when INSIDE_EMACS #185

Closed papadakis-k closed 8 months ago

papadakis-k commented 11 months ago

This is done in order to differentiate between the dumb shell modes shell and eshell, and the terminals term and vterm. Fixes #184

slotThe commented 8 months ago

@hanslub42 It'd be great to have this merged! This also fixed rlwraps problems with eat and one having to alias rlwrap blah to unset INSIDE_EMACS && rlwrap blah