]> granicus.if.org Git - neomutt/commit
compose: fix nntp field clearing
authorRichard Russon <rich@flatcap.org>
Wed, 11 Sep 2019 11:55:45 +0000 (12:55 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 11 Sep 2019 14:39:50 +0000 (15:39 +0100)
commitd4759ef289396bae39574a333066a7caeb24fda1
treedf1e93cd896c2b8c15c402cdeec3245ac2235d55
parent17d9d15729fe271e3f9dc127ab03b2997bd22255
compose: fix nntp field clearing

Using clrtoeol() would overwrite windows to the right.
mutt_window_clrtoeol() is limited to the current window.
compose.c