Talk:Xterm

From ArchWiki
Latest comment: 24 November 2020 by Sffred in topic Those configuration don't work for me

"some unusual features"

What is this referring to? I'm curious to know. Brianbaligad (talk) 06:07, 20 October 2013 (UTC)Reply[reply]

The Tek terminal emulation, changing from Xlfd to xft type faces by a menu selection, and the Ctrl-Mouseclick pop-up menus, all seem unusual to me. Being able to customize the mouse-click text selections using regular expressions is a newer feature of xterm that might be considered unusual. Too bad the wiki article doesn't cover that how-to.
Thisoldman (talk) 14:06, 20 October 2013 (UTC)Reply[reply]

trannset-df with xterm emulators

I use xfce-terminal. I think it emulates xterm when compatibility is needed, is it the same as being defined? 'Cause I'm getting errors. Lelele (talk)

Xfce-terminal does not set or use the $TERM variable in the same way as xterm. Xfce-terminal man pages refer to termcap and Archlinux uses terminfo. See this forum thread.
--Thisoldman (talk) 14:51, 25 January 2014 (UTC)Reply[reply]

Make 'Alt' key behave as on other terminal emulators

Putting XTerm.vt100.metaSendsEscape: true in my X resource file did not change anything about the behaviour of my xterm. However, xterm*eightBitInput: false did the trick. Can anyone confirm my findings? --Genericaf (talk) 14:02, 28 April 2018 (UTC)Reply[reply]

Fix the backspace key

XTerm.vt100.backarrowKey: false
XTerm.ttyModes: erase ^?

did not change anything. Typing "xterm" instead of "XTerm", however, fixed the issue:

xterm.vt100.backarrowKey: false
xterm.ttyModes: erase ^?

I do think the lowercase form is the correct one.

--Genericaf (talk) 14:07, 28 April 2018 (UTC)Reply[reply]

Those configuration don't work for me

I have tried those configuration like

XTerm.vt100.***:***

but nothing happens. However I use things like

xterm*faceName:***

and it works fine.

Sffred (talk) 15:14, 18 November 2020 (UTC)Reply[reply]

I don't know where you got "xt100". "XTerm.VT100.faceName" works for me. JimRees (talk) 17:13, 18 November 2020 (UTC)Reply[reply]
just typo. I meant vt100. Sffred (talk) 10:49, 24 November 2020 (UTC)Reply[reply]