Re: nethack removed, why?

2025-06-17 Thread Marcin Cieslak
On Mon, 16 Jun 2025, digua wrote: [[https://cgit.git.savannah.gnu.org/cgit/screen.git/commit/?id=9109409b2e0dbe15df2ffa76557f7d938d37fb08][commit 9109409]] what's the reason behind this, I still think it a fun feature oh, I use it all the time. I forgot it can be the other way around :)

Re: Display UTF-8 character \u2520

2024-06-05 Thread Marcin Cieslak
On Wed, 5 Jun 2024, Albaro Pereyra wrote: Thanks for confirming it can be done. Now how can I set the settings in .screenrc. I do use screen-color because I like the colors I hope this does not interfere with the character. LANG is not something you can set in ".screenrc". It is a so-called

Re: Display UTF-8 character \u2520

2024-06-05 Thread Marcin Cieslak
On Wed, 5 Jun 2024, Albaro Pereyra wrote: Greetings everyone, I am unable to print \u2520 I have seen screen trying to display the character two different ways none of which are correct. I am using WSL2. Can someone point me in the right direction to get this fixed? I am on FreeBSD, using rxv

Re: Weird command line editing issues with Bash

2023-11-09 Thread Marcin Cieslak
On Thu, 9 Nov 2023, Steve Wechsler wrote: Frequently I get odd results when using Emacs mode command line editing in Bash. 1) Sometimes after scrolling back in my history, the first 9 characters of the line will remain in place, and the beginning-of-line position moves 9 characters to the right

Re: GNU Screen v.4.9.0

2022-02-05 Thread Marcin Cieslak
On Sat, 5 Feb 2022, Alex Naumov wrote: Hi Érico, Thanks for your feedback ;-) To generate the configure file (as usual) you can execute the autogen.sh script. Hi Alex, I think many software packages deliver pre-built ./configure script because it can be executed using only using a Bourne sh

Re: some screen windows freezing

2020-12-11 Thread Marcin Cieslak
On Fri, 11 Dec 2020, Hauke Laging wrote: Hello, I regularly experience that one of several screen windows freezes. This usually happens after some time of inactivity. ^A q does not solve this problem. Are there any other features which can cause this effect? I don't know whether the cause of

Re: Non-privileged user can only connect to /dev/pts/X once?!

2020-06-05 Thread Marcin Cieslak
On Fri, 5 Jun 2020, Joe Yeung wrote: The open() call returned #EBUSY 16 /* Device or resource busy */ But I don't see it anything occupying it with "sudo lsof" I see it only when I attach it with screen (or sudo screen to be precise). I also looked into strace, but I don't see anything differe

Re: Non-privileged user can only connect to /dev/pts/X once?!

2020-06-05 Thread Marcin Cieslak
On Thu, 4 Jun 2020, Joe Yeung wrote: Thanks for your response. I am a bit busy today and wasn’t able collect the errno from the failed open() call. I think screen prints that out too - in my case screen was saying Permission denied as well. My system is running Yocto with screen 4.8 but th

Re: Non-privileged user can only connect to /dev/pts/X once?!

2020-06-04 Thread Marcin Cieslak
On Wed, 3 Jun 2020, Joe Yeung wrote: So I re-compiled with debug turned on which led me to this function where the difference is made between the initial and the subsequent connection. int secopen(char *name, int flags, int mode) { int fd; xseteuid(real_uid); xsetegid(r

Re: Using the stuff command in screen

2020-04-13 Thread Marcin Cieslak
On Mon, 13 Apr 2020, dan d. wrote: I can run the shell script but not an alias or function with the exec. Is there a way to run an alias or function with exec? I don't know what exactly you are doing (I think the program's "exec" function has nothing to do with screen), but the availability

screen 4.7.0 crashes on startup with rxvt defined by termcap (FreeBSD)

2019-10-28 Thread Marcin Cieslak
Hello, I have noticed that screen 4.7.0 crashes on my 11.x and 12.x FreeBSD systems whenever TERM was set to "rxvt" or "rxvt-unicode-256color". Preliminary analysis in the bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241538 Here's the rub: with TERM=xterm (or rxvt, for that m

Re: Using screens with a graphics terminal

2019-03-29 Thread Marcin Cieslak
On Fri, 29 Mar 2019, Rene Richarz wrote: > But from time to time I want to use a graphics terminal emulator such as > xterm -t or my own Tektronix 4010 emulator. It works well with screens until > I want to draw some graphics. Screens filters the graphics codes and I get > only garbage. Is the

Re: Using alpine with screen

2019-03-28 Thread Marcin Cieslak
On Wed, 27 Mar 2019, dan d. wrote: > Because I use a screen reader; this text flash interferes with reading text > in other windows because it overrides what is being spoken. Are you using "visual bell" or "audible bell" in screen? (switchable with Ctrl A Ctrl G) Marcin smime.p7s Description:

Re: Windowlist menu customization

2018-06-26 Thread Marcin Cieslak
On Tue, 26 Jun 2018, Amadeusz Sławiński wrote: > OK, I think I may be bit confused about what you are trying to do here. > If you want to set title based on what you just started in shell it's > possible right now... > http://web.mit.edu/gnu/doc/html/screen_9.html#SEC37 > http://aperiodic.net/scre