Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
tg
Commits
8bcd9378
Commit
8bcd9378
authored
Apr 23, 2015
by
vvaltman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
partial reply support
parent
b4b7a8db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
interface.c
interface.c
+3
-0
tgl
tgl
+1
-1
No files found.
interface.c
View file @
8bcd9378
...
...
@@ -2986,6 +2986,9 @@ void print_message (struct in_ev *ev, struct tgl_message *M) {
print_user_name
(
ev
,
M
->
fwd_from_id
,
tgl_peer_get
(
TLS
,
M
->
fwd_from_id
));
mprintf
(
ev
,
"] "
);
}
if
(
M
->
reply_id
)
{
mprintf
(
ev
,
"[reply to %d] "
,
M
->
reply_id
);
}
if
(
M
->
message
&&
strlen
(
M
->
message
))
{
mprintf
(
ev
,
"%s"
,
M
->
message
);
}
...
...
tgl
@
01a4d84a
Subproject commit
bd8b43753d9f47290570a5f262126169f4a52f89
Subproject commit
01a4d84afefc8aabbb2785e84c1f5d91b55d3e25
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