Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
0ecb11fe4faf180a81b1c86cb4960d221569777d
/
cfg.c
391f1f0
Expand the Id keyword.
by Tiago Cunha
· 13 years ago
210b455
Sync OpenBSD patchset 811:
by Tiago Cunha
· 14 years ago
0d6a640
Sync OpenBSD patchset 704:
by Tiago Cunha
· 14 years ago
36a80b2
Sync OpenBSD patchset 640:
by Tiago Cunha
· 15 years ago
a32d095
Sync OpenBSD patchset 635:
by Tiago Cunha
· 15 years ago
c12e0b0
Sync OpenBSD patchset 567:
by Tiago Cunha
· 15 years ago
a5acabd
Sync OpenBSD patchset 467:
by Tiago Cunha
· 15 years ago
35b926c
Sync OpenBSD patchset 290:
by Tiago Cunha
· 15 years ago
2e2e762
Sync OpenBSD patchset 289:
by Tiago Cunha
· 15 years ago
1297c39
Sync OpenBSD patchset 233:
by Tiago Cunha
· 15 years ago
56dd5df
Sync OpenBSD patchset 206:
by Tiago Cunha
· 15 years ago
a5830b9
Restore $Id$ and add script to do so.
by Nicholas Marriott
· 15 years ago
abb5e36
Unused prototypes. Found by lint, no binary change.
by Nicholas Marriott
· 15 years ago
a8ec5f1
stat(2) files before trying to load them to avoid problems, for example with "source-file /dev/zero".
by Nicholas Marriott
· 16 years ago
75012d5
Close .tmux.conf... DOH.
by Nicholas Marriott
· 16 years ago
a15f8fc
Support command sequences separated by " ; ". Also clean up command printing.
by Nicholas Marriott
· 16 years ago
ba597da
Environment variables in configuration file.
by Nicholas Marriott
· 16 years ago
2bd92e5
Lose unnecessary flags on context.
by Nicholas Marriott
· 16 years ago
8513522
Handle commented lines.
by Nicholas Marriott
· 16 years ago
0695db3
Convert cfg.c to use cmd-string stuff.
by Nicholas Marriott
· 16 years ago
21a9b3f
Fix some stupid parser bugs, most notably forgetting to allocate space for \0.
by Nicholas Marriott
· 16 years ago
55d5b83
Informational messages on window option changes.
by Nicholas Marriott
· 16 years ago
0bfd7a5
Don't die on empty strings.
by Nicholas Marriott
· 16 years ago
48490b1
Allow comments at EOL; count blank lines properly.
by Nicholas Marriott
· 16 years ago
95cc21c
Quick man page update, also fix some usages and get rid of some CMD_KEY checks.
by Nicholas Marriott
· 16 years ago
a26f58c
Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created.
by Nicholas Marriott
· 16 years ago
00c6585
Return error cause properly.
by Nicholas Marriott
· 16 years ago
f97db61
Clear msgdata where it is unavailable.
by Nicholas Marriott
· 16 years ago
c7243b7
Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before.
by Nicholas Marriott
· 16 years ago