bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tabstop width not reset by reset command, or hardcoded to wrong widt


From: Vincent Huisman
Subject: Re: Tabstop width not reset by reset command, or hardcoded to wrong width
Date: Tue, 28 May 2019 11:41:37 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 28-05-2019 01:04, Thomas Dickey wrote:
By the way, discussing a specific terminal description and a specific
terminal (emulator or not) would be more constructive.

I'm trying to, but it feels like you keep missing a part of my messages. I'm talking about SecureCRT, which gives me TERM=linux with my connection settings, and about konsole with TERM=xterm-256color.

Actual behaviour on a new, fresh, clean terminal:
$ tabs 2 > accidental_binary_file; echo -e "\ta"
        a
$ cat accidental_binary_file; echo -e "\ta"
  a
$ reset; echo -e "\ta"
  a

Expected behaviour:
$ reset; echo -e "\ta"
        a

Is my expectation wrong? And if so, does that mean I'm using reset wrongly, and is there another tool I should be using to reset the terminal to all of its defaults?

Sincerely,

Vincent Huisman



reply via email to

[Prev in Thread] Current Thread [Next in Thread]