changeset 71:858af2c8e77e

add cmd
author Yutaka_Kinjyo
date Sun, 19 Dec 2010 14:52:40 +0900
parents e8814b2db649
children cd5f16bbd07d
files redit-client-sm.el
diffstat 1 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/redit-client-sm.el	Mon Nov 10 01:13:09 2008 +0000
+++ b/redit-client-sm.el	Sun Dec 19 14:52:40 2010 +0900
@@ -86,12 +86,14 @@
 (defconst redit-command-offset-txt  24)
 
 ;; Remote editor Command
+(defconst repcmd-insert-user 5)
 (defconst repcmd-insert      6)
 (defconst repcmd-insert-ack  7)
 (defconst repcmd-delete      9)
 (defconst repcmd-delete-ack 10)
 (defconst repcmd-close      11)
 (defconst repcmd-close2     12)
+(defconst repcmd-merge-mark 13)
 (defconst repcmd-nop        15)
 
 ;; Session Manager Command
@@ -104,10 +106,18 @@
 (defconst smcmd-select0     49)
 (defconst smcmd-quit        53)
 (defconst smcmd-quit-ack    54)
+(defconst smcmd-sm-join     62)
+(defconst smcmd-sm-join-ack 63)
+(defconst smcmd-update      65)
+(defconst smcmd-update-ack  66)
 (defconst smcmd-quit2       67)
 (defconst smcmd-quit2-ack   68)
-(defconst smcmd-sync        82)
-(defconst smcmd-sync-ack    83)
+(defconst smcmd-start-marge 75)
+(defconst smcmd-start-marge-ack 76)
+(defconst smcmd-end-marge 77)
+(defconst smcmd-sync        83)
+(defconst smcmd-sync-ack    84)
+(defconst smcmd-sleep       85)
 
 (defconst smeditor-sm    -1)
 (defconst smeditor-merge -2)