~ubuntu-branches/ubuntu/natty/xfce4-terminal/natty

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-02-07 22:56:37 UTC
  • mfrom: (6.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20110207225637-4tys0r4e4c00oeeb
Tags: 0.4.6-1
[ Lionel Le Folgoc ]
* New upstream release.
* debian/control:
  - drop cdbs from b-deps, and bump debhelper to >= 7.0.50~.
  - change libexo-0.3-dev b-dep to libexo-1-dev.
  - b-dep on hardening-includes.
  - bump Standards-Version to 3.9.1.
  - fix a typo in the long desc.
  - add a -dbg package.
* Switch to 3.0 (quilt) source format.
* debian/rules:
  - switch to dh.
  - add hardening CFLAGS/LDFLAGS.
  - update paths.
  - add a -dbg package.
* debian/xfce4-terminal.install: added.
* debian/patches:
  - 01_fix-memleak-high-cpu-usage-vte-0.27.patch: fix a race between vte and
    xfce4-terminal when setting the terminal background (Xfce #6921).
  - series: added.

[ Yves-Alexis Perez ]
* debian/copyright updated for new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
To delete text with backspace under screen you need to set
27
27
BindingBackspace=TERMINAL_ERASE_BINDING_ASCII_DELETE in
28
28
~/.config/Terminal/terminalrc
29
 
 
30
 
* Scrolling the alternate screen
31
 
 
32
 
In Terminal when you use the scroll wheel when a program is running that uses
33
 
the alternate screen and is not mouse aware, the program is sent three up or
34
 
down keys instead.
35
 
 
36
 
For xfce4-terminal, we have a hidden option in ~/.config/Terminal/terminalrc,
37
 
called ScrollingAlternateScreen, which is set to FALSE by default, disabling
38
 
the alternate screen scrolling feature. You can enable the feature by adding a
39
 
line with ScrollingAlternateScreen=TRUE in the terminalrc file (however, if you
40
 
installed xubuntu-default-settings, this feature is enabled by default).