p-e-w / finalterm

At last – a modern terminal emulator (NO LONGER MAINTAINED)
http://finalterm.org
GNU General Public License v3.0
3.84k stars 179 forks source link

To swap 'split' labels #309

Open muchweb opened 10 years ago

muchweb commented 10 years ago

To swap 'split' labels

This will make it more intuitive for users.


Here are examples from other terminal emulators:

p-e-w commented 10 years ago

I'm not sure about this. While it seems to be true that other terminals use these terms in the reverse connotation, Final Term's terminology aligns with that of GTK (see e.g. the screenshot on http://developer.gimp.org/api/2.0/gtk/GtkPaned.html).

muchweb commented 10 years ago

@p-e-w yes this is still absolutely correct.

panes

For instance, in order to create two horizontal panels, you need to split them vertically. The actual split (divider) line is vertical, while panels are arranged horizontally.

This appeared confusing to me before, but now I think it is more logical.