Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(700)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/libteken/teken/demo/Makefile
Issue
1127823002
:
Add libteken (from FreeBSD) to third_party. (Closed)
Base URL: https://github.com/domokit/mojo.git@master
Patch Set:
Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
third_party/libteken/BUILD.gn
third_party/libteken/COPYRIGHT
third_party/libteken/README.chromium
third_party/libteken/teken/demo/Makefile
third_party/libteken/teken/demo/teken_demo.c
third_party/libteken/teken/gensequences
third_party/libteken/teken/libteken/Makefile
third_party/libteken/teken/libteken/Symbol.map
third_party/libteken/teken/libteken/teken.3
third_party/libteken/teken/sequences
third_party/libteken/teken/stress/Makefile
third_party/libteken/teken/stress/teken_stress.c
third_party/libteken/teken/teken.h
third_party/libteken/teken/teken.c
third_party/libteken/teken/teken_scs.h
third_party/libteken/teken/teken_state.h
third_party/libteken/teken/teken_subr.h
third_party/libteken/teken/teken_subr_compat.h
third_party/libteken/teken/teken_wcwidth.h
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/libteken/README.chromium
('k') |
third_party/libteken/teken/demo/teken_demo.c »
('j') |
third_party/libteken/teken/gensequences »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
# $FreeBSD: head/sys/teken/demo/Makefile 226341 2011-10-13 14:20:27Z ed $
jamesr
2015/05/05 17:22:27
can we leave this out? we don't need it and i thin
can we leave this out? we don't need it and i think having it in is confusing
2
3
PROG= teken_demo
4
LDADD= -lncursesw -lteken -lutil
5
MAN=
6
7
WARNS?= 6
8
9
.include <bsd.prog.mk>
OLD
NEW
« no previous file with comments
|
« third_party/libteken/README.chromium
('k') |
third_party/libteken/teken/demo/teken_demo.c »
('j') |
third_party/libteken/teken/gensequences »
('J')
Issue 1127823002: Add libteken (from FreeBSD) to third_party. (Closed)
Created 5 years, 7 months ago by viettrungluu
Modified 5 years, 7 months ago
Reviewers: jamesr
Base URL: https://github.com/domokit/mojo.git@master
Comments: 2
This is Rietveld
408576698