Skip to content

Commit

Permalink
Correct info in README.md about scrollback according to alacritty#124
Browse files Browse the repository at this point in the history
  • Loading branch information
zetok committed May 31, 2017
1 parent 0321f3d commit c4ed8f0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ before the 1.0 release.

Alacritty is focused on simplicity and performance. The performance goal means
it should be faster than any other terminal emulator available. The simplicity
goal means that it doesn't have many features like tabs or scroll back as in
other terminals. Instead, it is expected that users of Alacritty make use of a
terminal multiplexer such as [`tmux`](https://github.com/tmux/tmux).
goal means that it doesn't have many features like tabs as in other terminals.
Instead, it is expected that users of Alacritty make use of a terminal
multiplexer such as [`tmux`](https://github.com/tmux/tmux).

Some features, like scroll back can be provided as an opt-in compile-time
option.

This initial release should be considered to be **pre-alpha** software--it will
have issues. Once Alacritty reaches an alpha level of readiness, precompiled
Expand Down

0 comments on commit c4ed8f0

Please sign in to comment.