Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
2e1fe057
Commit
2e1fe057
authored
Sep 06, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
License texts
parent
cf52c1e2
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
146 additions
and
153 deletions
+146
-153
src/lib/dtt/src/dtt_appl_rttsys_p38.dtt
src/lib/dtt/src/dtt_appl_rttsys_p38.dtt
+138
-138
src/lib/rt/src/rt_rtt_menu.c
src/lib/rt/src/rt_rtt_menu.c
+6
-13
src/lib/rt/src/rt_rtt_menu.h
src/lib/rt/src/rt_rtt_menu.h
+2
-2
No files found.
src/lib/dtt/src/dtt_appl_rttsys_p38.dtt
View file @
2e1fe057
This diff is collapsed.
Click to expand it.
src/lib/rt/src/rt_rtt_menu.c
View file @
2e1fe057
/*
/*
* 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
();
...
...
src/lib/rt/src/rt_rtt_menu.h
View file @
2e1fe057
/*
/*
* Proview $Id: rt_rtt_menu.h,v 1.
3 2005-09-01 14:5
7:56 claes Exp $
* Proview $Id: rt_rtt_menu.h,v 1.
4 2005-09-06 14:1
7: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); \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment