Re: [dev] [st][patch] scrollback buffer

From: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Wed, 16 Oct 2013 19:04:36 +0200

> My general rule for where determining where functionality should be placed when
> developing stacks is this: where can I implement this functionality that it
> would require the least level of code duplication/reimplementation? I'm pretty
> sure that's at the terminal level in this instance. I don't find this patch
> unreasonable for any other reason, so I don't understand this rejection.

I agree with you, but the problem I can say with terminal emulators is
nobody thought this kind of questions, and we have duplicated this functionality
in all the places (terminal, session multiplixer and pagers). The correct place
in plan 9 was the terminal, but in unix world we can delete the others two, so
it is a bit more difficult for me see where is the correct place.

> tmux and the like are useful, but I consider its implementation of a scrollback
> buffer to be a duplication of functionality that the terminal emulator should
> already include (although obviously, the usefulness of the terminal's
> scrollback buffer in tmux's instance is of limited use due to the way it is
> implemented).

I don't like use tmux or screen because I find them implementing
things that should be in other places, and because they basically
impletements a terminal over a terminal, that from my point of view
is a non sense (although it's clear that they are useful when you
connect to other system through a ssh connection).

-- 
Roberto E. Vargas Caballero
_______________________________________________________________________
'Write programs that do one thing and do it well. Write programs to work
together. Write programs to handle text streams, because that is a
universal interface'
(Doug McIlroy)
In Other Words - Don't design like polkit or systemd
_______________________________________________________________________
Received on Wed Oct 16 2013 - 19:04:36 CEST

This archive was generated by hypermail 2.3.0 : Wed Oct 16 2013 - 19:12:14 CEST