Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Jan 18, 2024
1 parent a59b47f commit 9f14d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Edit/Interface/edit_repaint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,12 @@ edit_interface_rep::draw_keys (renderer ren) {
string ns;
for (int i=0; i<N(rew); i++) {
tree t= rew[i];
cout << "t1: " << t << LF;
while (is_compound (t, "render-key") || is_compound (t, "localize")
|| is_func (t, WITH)) {
t= t[N(t)-1];
}
cout << "t2: " << t << LF;
if (is_atomic (t)) {
if (N(ns) != 0) ns << " ";
if (lolly::data::is_cjk_unified_ideographs(t->label)) {
Expand Down

0 comments on commit 9f14d04

Please sign in to comment.