aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/screen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h
index 0165abb21..aad9852a0 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -28,7 +28,8 @@ typedef struct screen {
/* GTime is equivalent to time_t */
GTime start_timestamp;
GTime status_timestamp;
- GTime last_cmd;
+
+ command_t last_cmd;
int cols, rows;