alacritty/src
Dan Aloni 8a0b1d9c3f Implement user actions for font resize (#625)
Adds support for font resizing at run-time. Three new actions are
introduced:

* IncreaseFontSize - Increases current font size by 1.0
* DecreaseFontSize - Decreases current font size by 1.0
* ResetFontSize - Resets font size to that specified in the
  configuration.

The stock config files have example configuration for each which should
match gnome-terminal. For convenience, the config entries are:

    - { key: Key0,     mods: Control, action: ResetFontSize    }
    - { key: Equals,   mods: Control, action: IncreaseFontSize }
    - { key: Subtract, mods: Control, action: DecreaseFontSize }
2017-10-14 10:35:56 -07:00
..
renderer Implement user actions for font resize (#625) 2017-10-14 10:35:56 -07:00
term Implement user actions for font resize (#625) 2017-10-14 10:35:56 -07:00
ansi.rs implement ANSI CSI REP (Repeat) 2017-09-30 16:30:04 -07:00
cli.rs Use clippy = "*", update, and fix some warnings (#796) 2017-09-27 17:29:44 -07:00
config.rs Implement user actions for font resize (#625) 2017-10-14 10:35:56 -07:00
display.rs Implement user actions for font resize (#625) 2017-10-14 10:35:56 -07:00
event.rs Implement user actions for font resize (#625) 2017-10-14 10:35:56 -07:00
event_loop.rs Update most remaining deps 2017-09-05 09:07:00 -07:00
grid.rs Use clippy = "*", update, and fix some warnings (#796) 2017-09-27 17:29:44 -07:00
index.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
input.rs Implement user actions for font resize (#625) 2017-10-14 10:35:56 -07:00
lib.rs Add support for env_logger 2017-10-08 22:20:58 -07:00
logging.rs Add support for env_logger 2017-10-08 22:20:58 -07:00
macros.rs Remove debug_print! macros 2017-01-23 09:14:01 -08:00
main.rs Implement user actions for font resize (#625) 2017-10-14 10:35:56 -07:00
meter.rs Fix typo in rustdoc (#654) 2017-07-08 10:33:17 -07:00
selection.rs Update tests for new Selection API 2017-06-19 21:31:50 -07:00
sync.rs
tty.rs Use clippy = "*", update, and fix some warnings (#796) 2017-09-27 17:29:44 -07:00
util.rs Add better printing for ref test failure 2017-04-03 20:44:23 -07:00
window.rs Revert "Update glutin & fix a few wayland issues (#815)" 2017-10-06 11:32:53 -07:00