Skip to content

Commit

Permalink
Minor cleanups, GitHub issue 2824.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Aug 14, 2021
1 parent 22e5fc0 commit c1be1b3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ CHANGES FROM 3.1c TO 3.2

* Add a way for control mode clients to subscribe to a format and be notified
of changes rather than having to poll.

* Add some formats for search in copy mode (search_present, search_match).

* Do not wait on shutdown for commands started with run -b.
Expand Down
2 changes: 1 addition & 1 deletion SYNCING
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ of the remote name "obsd-tmux", we can now create the master branch from
% git checkout -b obsd-master obsd-tmux/master

Adding in the fake history points
=================================
=================================

To tie both the "master" branch from "tmux" and the "obsd-master"
branch from "tmux-openbsd" together, the fake history points added to the
Expand Down
2 changes: 1 addition & 1 deletion example_tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bind y set synchronize-panes\; display 'synchronize-panes #{?synchronize-panes,o
# should be started with "tmux attach" rather than "tmux new"
new -d -s0 -nirssi 'exec irssi'
set -t0:0 monitor-activity on
set -t0:0 aggressive-resize on
set -t0:0 aggressive-resize on
neww -d -ntodo 'exec emacs ~/TODO'
setw -t0:1 aggressive-resize on
neww -d -nmutt 'exec mutt'
Expand Down
2 changes: 1 addition & 1 deletion regress/new-session-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $TMUX kill-server 2>/dev/null

TMP=$(mktemp)
trap "rm -f $TMP" 0 1 15

cat <<EOF >$TMP
new sleep 101
new -- sleep 102
Expand Down
2 changes: 1 addition & 1 deletion regress/new-window-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $TMUX kill-server 2>/dev/null

TMP=$(mktemp)
trap "rm -f $TMP" 0 1 15

cat <<EOF >$TMP
new
neww sleep 101
Expand Down
2 changes: 1 addition & 1 deletion tools/UTF-8-demo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
UTF-8 encoded sample plain-text file
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾

Markus Kuhn [ˈmaʳkʊs kuːn] <http://www.cl.cam.ac.uk/~mgk25/> — 2002-07-25
Markus Kuhn [ˈmaʳkʊs kuːn] <http://www.cl.cam.ac.uk/~mgk25/> — 2002-07-25 CC BY


The ASCII compatible UTF-8 encoding used in this plain-text file
Expand Down

0 comments on commit c1be1b3

Please sign in to comment.