The branch, master has been updated
via f2675cdf04f9b01d86ce98df620c91393fbb8db4 (commit)
via e3864c383f2678b0391a897cdccab7ad3bb98232 (commit)
via 25c0dc5e6ed467f99aeb63f628f9d185a39e6d3b (commit)
via 8954d01f968d73f5e60bdff200b7549b09d511c3 (commit)
from b2fe9bff3f11f00c26be22c1b583a467a3e692da (commit)
- Log -----------------------------------------------------------------
commit f2675cdf04f9b01d86ce98df620c91393fbb8db4
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
Trivial style and spacing nits.
---
cmd-display-message.c | 6 +++---
grid.c | 7 +++----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/cmd-display-message.c b/cmd-display-message.c
index 006c49a..78752f8 100644
--- a/cmd-display-message.c
+++ b/cmd-display-message.c
@@ -70,9 +70,9 @@ cmd_display_message_exec(struct cmd *self, struct cmd_q *cmdq)
}
if (args_has(args, 'c')) {
- c = cmd_find_client(cmdq, args_get(args, 'c'), 0);
- if (c == NULL)
- return (CMD_RETURN_ERROR);
+ c = cmd_find_client(cmdq, args_get(args, 'c'), 0);
+ if (c == NULL)
+ return (CMD_RETURN_ERROR);
} else {
c = cmd_current_client(cmdq);
if (c == NULL && !args_has(self->args, 'p')) {
diff --git a/grid.c b/grid.c
index 5cc6c14..9e80024 100644
--- a/grid.c
+++ b/grid.c
@@ -268,8 +268,7 @@ grid_get_cell(struct grid *gd, u_int px, u_int py)
/* Set cell at relative position. */
void
-grid_set_cell(
- struct grid *gd, u_int px, u_int py, const struct grid_cell *gc)
+grid_set_cell(struct grid *gd, u_int px, u_int py, const struct grid_cell *gc)
{
if (grid_check_y(gd, py) != 0)
return;
@@ -657,8 +656,8 @@ grid_string_cells(struct grid *gd, u_int px, u_int py,
u_int nx,
* available.
*/
void
-grid_duplicate_lines(
- struct grid *dst, u_int dy, struct grid *src, u_int sy, u_int ny)
+grid_duplicate_lines(struct grid *dst, u_int dy, struct grid *src, u_int sy,
+ u_int ny)
{
struct grid_line *dstl, *srcl;
u_int yy;
commit e3864c383f2678b0391a897cdccab7ad3bb98232
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
Remove from TODO.
---
TODO | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/TODO b/TODO
index c623c8b..f4cf7b6 100644
--- a/TODO
+++ b/TODO
@@ -94,8 +94,6 @@
- mouse-select-pane will screw up with !MODE_MOUSE_STANDARD (it sets the flag
on w/o checking the others before calling tty_update_mode)
-- panes should have names like windows
-
- way to tag a layout as a number/name
- optimize pane redraws, [email protected]
commit 25c0dc5e6ed467f99aeb63f628f9d185a39e6d3b
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
++ to TODO.
---
TODO | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO
index ea672fa..c623c8b 100644
--- a/TODO
+++ b/TODO
@@ -18,6 +18,8 @@
- options bits and pieces:
* set-remain-on-exit is a complete hack
* way to set socket path from config file
+ * -fg/-bg/-attr is crap - better just foo-style options which accept
+ fg=,bg=,bright and so on like #[]
- format improvements:
* option to quote format (#{session_name:quoted})
commit 8954d01f968d73f5e60bdff200b7549b09d511c3
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
+ to TODO.
---
TODO | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO
index e72e83a..ea672fa 100644
--- a/TODO
+++ b/TODO
@@ -30,6 +30,7 @@
* choose-mode and copy-mode are very similar, make choose-mode a subset?
* flag to choose-* for sort order
* choose mode would be better per client than per window
+ * two choices (first one then second, for swap-pane and join-pane)
- improve monitor-*:
* straighten out rules for multiple clients
-----------------------------------------------------------------------
Summary of changes:
TODO | 5 +++--
cmd-display-message.c | 6 +++---
grid.c | 7 +++----
3 files changed, 9 insertions(+), 9 deletions(-)
hooks/post-receive
--
tmux
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs