Commit 2e1fe057 authored by claes's avatar claes

License texts

parent cf52c1e2
This diff is collapsed.
/* /*
* Proview $Id: rt_rtt_menu.c,v 1.8 2005-09-01 14:57:56 claes Exp $ * Proview $Id: rt_rtt_menu.c,v 1.9 2005-09-06 14:17:55 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -8183,9 +8183,9 @@ static int rtt_logon( unsigned long *chn, ...@@ -8183,9 +8183,9 @@ static int rtt_logon( unsigned long *chn,
char el_username2[] = "SKIFTEL"; char el_username2[] = "SKIFTEL";
char op_username[] = "OP"; char op_username[] = "OP";
char noneth_str[] = "NONETH_"; char noneth_str[] = "NONETH_";
char double_height_top_half[4] = {27,'#','3',0}; // char double_height_top_half[4] = {27,'#','3',0};
char double_height_bottom_half[4] = {27,'#','4',0}; // char double_height_bottom_half[4] = {27,'#','4',0};
char double_width[4] = {27,'#','6',0}; // char double_width[4] = {27,'#','6',0};
char nodename[80]; char nodename[80];
int sts; int sts;
rtt_t_backgr *picture; rtt_t_backgr *picture;
...@@ -8227,16 +8227,9 @@ static int rtt_logon( unsigned long *chn, ...@@ -8227,16 +8227,9 @@ static int rtt_logon( unsigned long *chn,
rtt_display_erase(); rtt_display_erase();
rtt_edit_draw_background( picture); rtt_edit_draw_background( picture);
rtt_cursor_abs( 15, 13); rtt_cursor_abs( 34, 9);
r_print( double_width);
r_print("in node");
rtt_cursor_abs( 16, 15);
r_print( double_height_top_half);
r_print( nodename); r_print( nodename);
rtt_cursor_abs( 16, 16); rtt_cursor_abs( 34, 11);
r_print( double_height_bottom_half);
r_print( nodename);
rtt_cursor_abs( 34, 17);
r_print(rtt_version); r_print(rtt_version);
r_print_buffer(); r_print_buffer();
......
/* /*
* Proview $Id: rt_rtt_menu.h,v 1.3 2005-09-01 14:57:56 claes Exp $ * Proview $Id: rt_rtt_menu.h,v 1.4 2005-09-06 14:17:56 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -397,7 +397,7 @@ if ( argc >= 2 ) \ ...@@ -397,7 +397,7 @@ if ( argc >= 2 ) \
} \ } \
else \ else \
{ \ { \
strcpy( login, "SYS"); \ strcpy( login, ""); \
strcpy( commandfile, ""); \ strcpy( commandfile, ""); \
} \ } \
sts = rtt_initialize( login, commandfile, mainmenu_title); \ sts = rtt_initialize( login, commandfile, mainmenu_title); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment