[BACK]Return to hyperlinks.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/hyperlinks.c between version 1.2 and 1.3

version 1.2, 2022/07/06 07:36:36 version 1.3, 2023/06/30 13:19:32
Line 43 
Line 43 
   
 #define MAX_HYPERLINKS 5000  #define MAX_HYPERLINKS 5000
   
 static uint64_t hyperlinks_next_external_id = 1;  static long long hyperlinks_next_external_id = 1;
 static u_int global_hyperlinks_count;  static u_int global_hyperlinks_count;
   
 struct hyperlinks_uri {  struct hyperlinks_uri {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3