[screen-devel] [bug #25574] [patch] DECKPM support

2016-01-26 Thread Alexander Naumov
Follow-up Comment #1, bug #25574 (project screen): http://lists.gnu.org/archive/html/screen-devel/2009-02/msg0.html It looks like we forgot about this patch. I'm not sure... do we really need it? I'm going to look at code in details in the few next days. _

[screen-devel] [bug #46823] FR: add settings to configure silence message

2016-01-26 Thread Alexander Naumov
Update of bug #46823 (project screen): Status:None => Wont Fix ___ Follow-up Comment #1: Hello Pavel, thank you for submitting bugreport, but we're not responsible for information on th

[screen-devel] Hardcopy uses ISO-8859-1

2016-01-26 Thread Simon Ruderich
Hi, I'm using GNU screen's hardcopy function to dump the current screen content to a file. However the resulting file is encoded in ISO-8859-1 although my current locale is UTF-8. This causes corruption for characters which are not representable in ISO-8859-1. Is this expected behavior and would

Re: [screen-devel] Hardcopy uses ISO-8859-1

2016-01-26 Thread Alex Naumov
Hello Simon, we have UTF-8 mode for GNU screen. Use "-U" command-line option for that. You can also add “defutf8 on” in your ~/.screenrc. If it doesn't work for you, post about your version and OS. Regards, Alex On Tue, Jan 26, 2016 at 2:46 PM, Simon Ruderich wrote: > Hi, > > I'm using GNU scr

Re: [screen-devel] Hardcopy uses ISO-8859-1

2016-01-26 Thread Simon Ruderich
On Tue, Jan 26, 2016 at 04:17:20PM +0100, Alex Naumov wrote: > Hello Simon, > > we have UTF-8 mode for GNU screen. Use "-U" command-line option for that. > You can also add “defutf8 on” in your ~/.screenrc. > > If it doesn't work for you, post about your version and OS. Hello Alex, Neither -U nor